|
HTTP DISCONNECT
This command will disconnect the HTTP session.
HTTP DISCONNECT
This command does not return a value.
http connect "www.thegamecreators.com"
action$="action=list&"
serverid$="server_id=mygame"
return$=http request data("POST", "gamehost/index.php",action$+serverid$)
if return$<>""
print return$
else
print "no data returned"
endif
http disconnect
wait key
end
FTP Commands Menu
Index
|